home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / Angband290 / edit / f_info.txt < prev    next >
Text File  |  2000-04-10  |  5KB  |  369 lines

  1. # File: f_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/raw/f_info.raw" file, which is
  5. # used to initialize the "terrain feature" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9. # After modifying this file, delete the "lib/raw/f_info.raw" file.
  10.  
  11. # Note that the terrain feature are grouped into very regular groups,
  12. # such that each of the bits in the feature type conveys information.
  13.  
  14. # Note that terrain feature zero contains the "darkness" picture.
  15.  
  16.  
  17. # Version stamp (required)
  18.  
  19. V:2.9.0
  20.  
  21.  
  22. # 0x00 --> <darkness>
  23.  
  24. N:0:<darkness>
  25. G: :w
  26.  
  27.  
  28. # 0x01 --> open floor
  29.  
  30. N:1:open floor
  31. G:.:w
  32.  
  33. # 0x02 --> invisible trap (drawn as open floor)
  34.  
  35. N:2:invisible trap
  36. G:.:w
  37. M:1
  38.  
  39. # 0x03 --> glyph of warding
  40.  
  41. N:3:glyph of warding
  42. G:;:y
  43.  
  44. # 0x04 --> open door
  45.  
  46. N:4:open door
  47. G:':U
  48.  
  49. # 0x05 --> broken door
  50.  
  51. N:5:broken door
  52. G:':U
  53.  
  54. # 0x06 --> up stairs (perm)
  55.  
  56. N:6:up staircase
  57. G:<:w
  58.  
  59. # 0x07 --> down stairs (perm)
  60.  
  61. N:7:down staircase
  62. G:>:w
  63.  
  64. # 0x08 --> shop -- general store (perm)
  65.  
  66. N:8:General Store
  67. G:1:U
  68.  
  69. # 0x09 --> shop -- armoury (perm)
  70.  
  71. N:9:Armoury
  72. G:2:s
  73.  
  74. # 0x0A --> shop -- weapon shop (perm)
  75.  
  76. N:10:Weapon Smiths
  77. G:3:w
  78.  
  79. # 0x0B --> shop -- temple (perm)
  80.  
  81. N:11:Temple
  82. G:4:g
  83.  
  84. # 0x0C --> shop -- alchemist (perm)
  85.  
  86. N:12:Alchemy Shop
  87. G:5:b
  88.  
  89. # 0x0D --> shop -- magic shop (perm)
  90.  
  91. N:13:Magic Shop
  92. G:6:r
  93.  
  94. # 0x0E --> shop -- black market (perm)
  95.  
  96. N:14:Black Market
  97. G:7:D
  98.  
  99. # 0x0F --> shop -- home (perm)
  100.  
  101. N:15:Home
  102. G:8:y
  103.  
  104. # 0x10 --> visible trap -- trap door
  105.  
  106. N:16:trap door
  107. G:^:w
  108.  
  109. # 0x11 --> visible trap -- open pit
  110.  
  111. N:17:pit
  112. G:^:s
  113.  
  114. # 0x12 --> visible trap -- spiked pit
  115.  
  116. N:18:pit
  117. G:^:s
  118.  
  119. # 0x13 --> visible trap -- poison pit
  120.  
  121. N:19:pit
  122. G:^:s
  123.  
  124. # 0x14 --> visible trap -- rune -- summon
  125.  
  126. N:20:strange rune
  127. G:^:o
  128.  
  129. # 0x15 --> visible trap -- rune -- teleport
  130.  
  131. N:21:strange rune
  132. G:^:o
  133.  
  134. # 0x16 --> visible trap -- spot -- fire
  135.  
  136. N:22:discolored spot
  137. G:^:u
  138.  
  139. # 0x17 --> visible trap -- spot -- acid
  140.  
  141. N:23:discolored spot
  142. G:^:u
  143.  
  144. # 0x18 --> visible trap -- dart -- slow
  145.  
  146. N:24:dart trap
  147. G:^:r
  148.  
  149. # 0x19 --> visible trap -- dart -- lose str
  150.  
  151. N:25:dart trap
  152. G:^:r
  153.  
  154. # 0x1A --> visible trap -- dart -- lose dex
  155.  
  156. N:26:dart trap
  157. G:^:r
  158.  
  159. # 0x1B --> visible trap -- dart -- lose con
  160.  
  161. N:27:dart trap
  162. G:^:r
  163.  
  164. # 0x1C --> visible trap -- gas -- blind
  165.  
  166. N:28:gas trap
  167. G:^:g
  168.  
  169. # 0x1D --> visible trap -- gas -- confuse
  170.  
  171. N:29:gas trap
  172. G:^:g
  173.  
  174. # 0x1E --> visible trap -- gas -- poison
  175.  
  176. N:30:gas trap
  177. G:^:g
  178.  
  179. # 0x1F --> visible trap -- gas -- sleep
  180.  
  181. N:31:gas trap
  182. G:^:g
  183.  
  184. # 0x2x --> locked door (power 0)
  185.  
  186. N:32:door
  187. G:+:U
  188. M:32
  189.  
  190. # 0x2x --> locked door (power 1)
  191.  
  192. N:33:locked door
  193. G:+:U
  194. M:32
  195.  
  196. # 0x2x --> locked door (power 2)
  197.  
  198. N:34:locked door
  199. G:+:U
  200. M:32
  201.  
  202. # 0x2x --> locked door (power 3)
  203.  
  204. N:35:locked door
  205. G:+:U
  206. M:32
  207.  
  208. # 0x2x --> locked door (power 4)
  209.  
  210. N:36:locked door
  211. G:+:U
  212. M:32
  213.  
  214. # 0x2x --> locked door (power 5)
  215.  
  216. N:37:locked door
  217. G:+:U
  218. M:32
  219.  
  220. # 0x2x --> locked door (power 6)
  221.  
  222. N:38:locked door
  223. G:+:U
  224. M:32
  225.  
  226. # 0x2x --> locked door (power 7)
  227.  
  228. N:39:locked door
  229. G:+:U
  230. M:32
  231.  
  232. # 0x2x --> jammed door (power 0)
  233.  
  234. N:40:jammed door
  235. G:+:U
  236. M:32
  237.  
  238. # 0x2x --> jammed door (power 1)
  239.  
  240. N:41:jammed door
  241. G:+:U
  242. M:32
  243.  
  244. # 0x2x --> jammed door (power 2)
  245.  
  246. N:42:jammed door
  247. G:+:U
  248. M:32
  249.  
  250. # 0x2x --> jammed door (power 3)
  251.  
  252. N:43:jammed door
  253. G:+:U
  254. M:32
  255.  
  256. # 0x2x --> jammed door (power 4)
  257.  
  258. N:44:jammed door
  259. G:+:U
  260. M:32
  261.  
  262. # 0x2x --> jammed door (power 5)
  263.  
  264. N:45:jammed door
  265. G:+:U
  266. M:32
  267.  
  268. # 0x2x --> jammed door (power 6)
  269.  
  270. N:46:jammed door
  271. G:+:U
  272. M:32
  273.  
  274. # 0x2x --> jammed door (power 7)
  275.  
  276. N:47:jammed door
  277. G:+:U
  278. M:32
  279.  
  280. # 0x30 --> secret door
  281.  
  282. N:48:secret door
  283. G:#:w
  284. M:56
  285.  
  286. # 0x31 --> pile of rubble
  287.  
  288. N:49:pile of rubble
  289. G:::w
  290.  
  291. # 0x32 --> magma vein
  292.  
  293. N:50:magma vein
  294. G:%:s
  295.  
  296. # 0x33 --> quartz vein
  297.  
  298. N:51:quartz vein
  299. G:%:w
  300.  
  301. # 0x34 --> magma vein + treasure
  302.  
  303. N:52:magma vein
  304. G:%:s
  305. M:50
  306.  
  307. # 0x35 --> quartz vein + treasure
  308.  
  309. N:53:quartz vein
  310. G:%:w
  311. M:51
  312.  
  313. # 0x36 --> magma vein + known treasure
  314.  
  315. N:54:magma vein with treasure
  316. G:*:o
  317.  
  318. # 0x37 --> quartz vein + known treasure
  319.  
  320. N:55:quartz vein with treasure
  321. G:*:o
  322.  
  323. # 0x38 --> granite wall -- basic
  324.  
  325. N:56:granite wall
  326. G:#:w
  327.  
  328. # 0x39 --> granite wall -- inner
  329.  
  330. N:57:granite wall
  331. G:#:w
  332. M:56
  333.  
  334. # 0x3A --> granite wall -- outer
  335.  
  336. N:58:granite wall
  337. G:#:w
  338. M:56
  339.  
  340. # 0x3B --> granite wall -- solid
  341.  
  342. N:59:granite wall
  343. G:#:w
  344. M:56
  345.  
  346. # 0x3C --> permanent wall -- basic (perm)
  347.  
  348. N:60:permanent wall
  349. G:#:w
  350.  
  351. # 0x3D --> permanent wall -- inner (perm)
  352.  
  353. N:61:permanent wall
  354. G:#:w
  355. M:60
  356.  
  357. # 0x3E --> permanent wall -- outer (perm)
  358.  
  359. N:62:permanent wall
  360. G:#:w
  361. M:60
  362.  
  363. # 0x3F --> permanent wall -- solid (perm)
  364.  
  365. N:63:permanent wall
  366. G:#:w
  367. M:60
  368.  
  369.